Move inclusion of <windows.h> before inclusion of <winsock.h>, to actually
authorTor Lillqvist <tml@iki.fi>
Sun, 24 Feb 2002 02:09:16 +0000 (02:09 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 24 Feb 2002 02:09:16 +0000 (02:09 +0000)
commitd21ebc724ce2d98a5bde58a80dbc26fc5743837d
tree3c6984be8964b58098a3966ecb91e8e11162ec64
parent6a802b24b3308daac4533c5bb19dc8660c4b3ab8
Move inclusion of <windows.h> before inclusion of <winsock.h>, to actually

2002-02-24  Tor Lillqvist  <tml@iki.fi>

* gtk/gtkfilesel.c: Move inclusion of <windows.h> before inclusion
of <winsock.h>, to actually get STRICT prototypes for Win32
API. Include glib.h early to get G_OS_WIN32 and G_WITH_CYGWIN.
Don't declare static functions that aren't defined if !HAVE_PWD_H
or if G_OS_WIN32.
(win32_gtk_add_drives_to_dir_list): Remove #if 0 code, reindent.
(gtk_file_selection_get_selections): Don't crash if nothing has
been selected.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilesel.c